func math.ldexp

2 uses

	math (current package)
		ldexp.go#L18: 	return ldexp(frac, exp)
		ldexp.go#L21: func ldexp(frac float64, exp int) float64 {